Showing posts with label nexus 5. Show all posts
Showing posts with label nexus 5. Show all posts

How to Enable Multi-Window on Android M! [Nexus 5/ Nexus 6/ Nexus 9]

Check out the video below!

Android M was just announced a few days ago, but Google forgot to mention the hidden feature, multi-window! Yes, Android M comes with built in multi-window all you need to do is enable it. Since Android M is currently only available for the Nexus 5, Nexus 6, and Nexus 9 devices this guide will work if one of those devices is running on an Android M Preview build. 

While Android M is still months away from being officially announced to the public and multi-window isn't a true "official" feature the multi-window feature still works. However, I have experienced a few bugs with multi-window, but it's still 100% usable!

Remember your supported Nexus device muct have Android M Preview installed on it! 
How to install Android M Preview on Nexus 5
How to install Android M Preview on Nexus 6

Follow the guide below to enable multi-window on Android M: Supports Nexus 5, Nexus 6, and Nexus 9.

1. Power off your device. Then press and hold the volume down and power button at the same time until you see a green "Start" on the screen.


2. Plug in your phone via microUSB to your computer.


3. Download AndroidMPreviewMultiWindow.zip using the download link below!
Download AndroidMPreviewMultiWindow.zip

4. Unzip the file you downloaded in step 3 and move the folder to your desktop!!


5. Open Command Prompt if your running on Windows or Terminal if your on Mac/Linux/Ubuntu. 

Depending on if you are running on Windows, Mac, or Linux/Ubuntu and what device you have follow the directions below!

Type in the commands and press enter after each line. 

Windows:

    Nexus 5:
    cd Desktop
    cd AndroidMPreviewMultiWindow
    fastboot flash recovery twrp-2.8.6.1-hammerhead.img

    Nexus 6:
    cd Desktop
    cd AndroidMPreviewMultiWindow
    fastboot flash recovery twrp-2.8.6.0-shamu.img

    Nexus 9: 
    cd Desktop
    cd AndroidMPreviewMultiWindow
    fastboot flash recovery twrp-2.8.6.0-flounder.img

Mac: 

    Nexus 5:
    cd Desktop
    cd AndroidMPreviewMultiWindow
    ./fastboot-mac flash recovery twrp-2.8.6.1-hammerhead.img

    Nexus 6: 
    cd Desktop
    cd AndroidMPreviewMultiWindow
    ./fastboot-mac flash recovery twrp-2.8.6.0-shamu.img

    Nexus 9:
    cd Desktop
    cd AndroidMPreviewMultiWindow
    ./fastboot-mac flash recovery twrp-2.8.6.0-flounder.img

Linux/Ubuntu: 

    Nexus 5:
    cd Desktop
    cd AndroidMPreviewMultiWindow
    ./fastboot-linux flash recovery twrp-2.8.6.1-hammerhead.img

    Nexus 6: 
    cd Desktop
    cd AndroidMPreviewMultiWindow
    ./fastboot-linux flash recovery twrp-2.8.6.0-shamu.img

    Nexus 9: 
    cd Desktop
    cd AndroidMPreviewMultiWindow
    ./fastboot-linux flash recovery twrp-2.8.6.0-flounder.img


6. Now on your device press the volume down until you see "Recovery mode" and then press the power button. You will now be entered into TWRP Recovery.


7. Select "Mount" > check mark "System" and then press the home button. Remember to still keep your phone plugged into your computer.


8. Go back to the open Command Prompt/Terminal window and type in these commands. Press enter after each line. 

Windows: 
adb pull /system/build.prop

Mac:
./adb-mac pull /system/build.prop

Linux/Ubuntu: 
./adb-linux pull /system/build.prop


9. Open  the folder called, AndroidMPreviewMultiWindow. This is the folder you extracted in step 4.


10. In this folder you will now see a file called "build.prop". Open it up using a text editor. I recommend Notepad++ for Windows and TextEdit for Mac.


11. Find the line "ro.build.type=user" and change it to "ro.build.type=userdebug". Now save the file.


12. Go back to Command Prompt or Terminal and type in these commands. Press enter after the end of each line. 

Windows: 
adb push build.prop /system/
adb shell
cd system 
chmod 644 build.prop

Mac: 
./adb-mac push build.prop /system/
./adb-mac shell
cd system 
chmod 644 build.prop

Linux: 
./adb-linux push build.prop /system/
./adb-linux shell
cd system 
chmod 644 build.prop


13. Now go back to your device and select "Reboot" > "System". If TWRP asks you to install SuperSU select "Do Not Install". 


14. Your device will now boot up like normal, but now you will have multi-window enabled! Don't worry if you get a warning screen with "invalid boot img", your device will still boot up.


15. Your done. Open a few apps, select the recents button, and then tap on the black square to multi-window the apps!


Credits - XDA

Check These Out!!
How to install Android M Preview on Nexus 5
How to install Android M Preview on Nexus 6
-----------------------------------------------------------------------------------------------------------------------------
Need Help With Your Android Device? Follow Me / Add Me / Like Me 
Twitter 
Facebook 
Google Plus
-----------------------------------------------------------------------------------------------------------------------------
Check Out Our YouTube Channel For More Great Guides! 
YouTube and Subscribe
-----------------------------------------------------------------------------------------------------------------------------
Don't Forget Our Weekly Android App Reviews!
Check Them Out, Here!

How to Install Android M Preview on Nexus 5!

Check out the video below!

Android M Preview is out for the Nexus 5! Android M Preview brings a lot of enhancements that Lollipop lacks in like the ability to control app permissions, extreme battery saver mode, and even the option to backup app data! Android M Preview just about fixes everything that was lacking in Lollipop, just like what happened with KitKat and JellyBean. Luckily for people like us who want to try out the latest Android version, Google has released Android M Preview that allows us to experience Android M!

Remember, Android M Preview is a PREVIEW build. It is not an official build. Do not use Android M Preview as a daily driver until you have tested it in a controlled environment. I have been using Android M for the past few hours and it is pretty stable, but your experience may differ!

Note: This will wipe your phone, backup any important information before continuing!!

Follow the guide below to install Android M Preview on Nexus 5!

1. Power off the Nexus 5 then press and hold the power button and volume down button at the same time.


2. You should now see a green "Start" on the screen.


3. Plug in your phone to your computer via microUSB.


4. Download Nexus5AndroidMPreview.zip using download link below. 
Download Nexus5AndroidMPreview.zip

5. Unzip Nexus5AndroidMPreview.zip and move the unzipped folder to the desktop!


Skip step 6 if your bootloader is already unlocked!
6. Open up Command Prompt if your on Windows or Terminal if your on Mac/Linux/Ubuntu.

Type in the following commands in to Command Prompt/Terminal. Press enter after each new line. 

Windows: 
cd Desktop
cd Nexus5AndroidMPreview
fastboot oem unlock

Mac:
cd Desktop
cd Nexus5AndroidMPreview
./fastboot-mac oem unlock

Linux/Ubuntu:
cd Desktop
cd Nexus5AndroidMPreview
./fastboot-linux oem unlock


7. Open a new window of Command Prompt if your on Windows or a new window of Terminal if your on Mac/Linux/Ubuntu. 

Type in the follow commands and press enter after each line: 

Windows: 
cd Desktop
cd Nexus5AndroidMPreview
fastboot flash bootloader bootloader-hammerhead-HHZ12h.img
fastboot reboot-bootloader
fastboot flash radio radio-hammerhead-M8974A-2.0.50.2.26.img
fastboot reboot-bootloader
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot erase cache
fastboot flash cache cache.img

fastboot reboot


Mac:
cd Desktop
cd Nexus5AndroidMPreview
./fastboot-mac flash bootloader bootloader-hammerhead-HHZ12h.img
./fastboot-mac reboot-bootloader
./fastboot-mac flash radio radio-hammerhead-M8974A-2.0.50.2.26.img
./fastboot-mac reboot-bootloader
./fastboot-mac flash system system.img
./fastboot-mac flash userdata userdata.img
./fastboot-mac flash boot boot.img
./fastboot-mac flash recovery recovery.img
./fastboot-mac erase cache
./fastboot-mac flash cache cache.img
./fastboot-mac reboot

Linux/Ubuntu: 
cd Desktop
cd Nexus5AndroidMPreview
./fastboot-linux flash bootloader bootloader-hammerhead-HHZ12h.img
./fastboot-linux reboot-bootloader
./fastboot-linux flash radio radio-hammerhead-M8974A-2.0.50.2.26.img
./fastboot-linux reboot-bootloader
./fastboot-linux flash system system.img
./fastboot-linux flash userdata userdata.img
./fastboot-linux flash boot boot.img
./fastboot-linux flash recovery recovery.img
./fastboot-linux erase cache
./fastboot-linux flash cache cache.img
./fastboot-linux reboot


8. Your Nexus 5 will now reboot into Android M Preview, this can take up to 10 minutes since we just flashed a whole new OS on our Nexus 5. Be patient!


9. Once the phone has completely booted up your done! You are now officially on Android M Preview for the Nexus 5. Enjoy being on the bleeding edge of Android!


FAQ: 
Q: After step 8 and waiting for 10 minutes I am still stuck on the boot up logo.
A: Enter into bootloader mode (step 2) > Recovery mode > do a factory reset > reboot your phone.

Q: Will my Nexus 5 on Android M Preview be getting OTA updates?
A: Actually yes, Google will be pushing out monthly OTA updates until Android M is officially released.
-----------------------------------------------------------------------------------------------------------------------------
Need Help With Your Android Device? Follow Me / Add Me / Like Me 
Twitter 
Facebook 
Google Plus
-----------------------------------------------------------------------------------------------------------------------------
Check Out Our YouTube Channel For More Great Guides! 
YouTube and Subscribe
-----------------------------------------------------------------------------------------------------------------------------
Nexus 5 FAQ 
How to Root Nexus 5! 
How to Unroot Nexus 5!
How to Install Custom ROMS on Nexus 5!
Please Check Out The Nexus 5 FAQ Section Before Commenting!
-----------------------------------------------------------------------------------------------------------------------------

Stock Android 5.0.1 Lollipop ROM for Nexus 5! [Rooted]

Check Out The Video Below!

I always get asked if you need to unroot your phone to update to the latest Android version, the simple answer is no. You don't need to unroot your phone just to update to the latest version. The easier and my reccomended way is to just flash the latest stock ROM for the Nexus 5, in this case, 5.0.1 Lollipop. 

This stock ROM is exactly the same as the official OTA update from Google with everything working just great! Not only that, but you also get to keep your custom Recovery and root (just flash SuperSU after the ROM). WiFi, data, bluetooth, camera, etc all work great! 

This is the best way to update to Android 5.0.1 Lollipop for the Nexus 5 while still staying rooted!

Download stock Android 5.0.1 Lollipop ROM for the Nexus 5 using the download links below!

Download Stock Android 5.0.1 Lollipop ROM for Nexus 5
Download SuperSU


Remember to flash SuperSU in Recovery Mode after the ROM or you will not be able to use root apps!


Credits - XDA
-----------------------------------------------------------------------------------------------------------------------------
Need Help With Your Android Device? Follow Me / Add Me / Like Me 
Twitter 
Facebook 
Google Plus
-----------------------------------------------------------------------------------------------------------------------------
Check Out Our YouTube Channel For More Great Guides! 
YouTube and Subscribe
-----------------------------------------------------------------------------------------------------------------------------
Nexus 5 FAQ 
How to Root Nexus 5! 
How to Unroot Nexus 5!
How to Install Custom ROMS on Nexus 5!
Please Check Out The Nexus 5 FAQ Section Before Commenting!
-----------------------------------------------------------------------------------------------------------------------------

MIUI V5 ROM for Nexus 5!

Check Out The Video Below!

MIUI ROM for the Nexus 5 is one of the most unique custom ROMS. MIUI completely changes the look of your phone, so much that the average person couldn't even tell if it was running on Android or not. MIUI ROM removes the app drawers, leaving all your apps on your homescreens, and the most left homescreen is a search page!

This ROM is an excellent ROM if you're getting bored of your usual AOSP, Touchwiz, etc look and just want something completely different! MIUI ROM even lets you change up the theme the way you want. 

Dive into the Themes app and you have a huge selection of themes to choose from. These themes change your widgets, icons, wallpapers, sounds, lockscreen, and apps! 

Be sure to check out MIUI ROM for the Nexus 5 by downloading the ROM using the links below!

Download MIUI V5 ROM for Nexus 5
Download Gapps



Credits - MIUI
-----------------------------------------------------------------------------------------------------------------------------
Need Help With Your Android Device? Follow Me / Add Me / Like Me 
Twitter 
Facebook 
Google Plus
-----------------------------------------------------------------------------------------------------------------------------
Check Out Our YouTube Channel For More Great Guides! 
YouTube and Subscribe
-----------------------------------------------------------------------------------------------------------------------------
Nexus 5 FAQ 
How to Root Nexus 5! 
How to Unroot Nexus 5!
How to Install Custom ROMS on Nexus 5!
Please Check Out The Nexus 5 FAQ Section Before Commenting!
-----------------------------------------------------------------------------------------------------------------------------

Android L ROM with Root for Nexus 5!

Check Out the Video Below!

Android L ROM for the Nexus 5 is out and it also comes with root! This ROM wasn't easy to make flashable and also rooted. I was closely following the thread and developer all day yesterday with all new versions constantly running into a new problem once flashed on the Nexus 5, but now it works great!

If you already haven't heard Android L (5.0) developer preview brings some nice new changes and looks to Android. One of my favorite changes was the keyboard. The keyboard has a much cleaner look and the gray background just looks right!

Some other great enhancements were that the notification now shows up on the middle of your lockscreen and the notification shade is a 2 layer pull down. The first layer pulls down to show your notifications, keep pulling down and you will see your toggles like WiFi, data, bluetooth, etc. 

Android L Review on Nexus 5 | Features, UI, & More!

Check Out the Video Below!

As promised Android L developer preview was released earlier today. This preview is not only great since it helps developers get a head start to making even better apps and improving their already make apps, but it's also nice to taste Android "L". 

Android "L" has made a nice bump in new features and looks compared to the jump from Jellybean to KitKat. A new look, cool transitions, and an all new project. This year the Android team is going to be working on Project Volta which will help improve battery life, as much as 90 minutes. 


If Project Volta is anything like Project Butter then it will be another huge accomplishment for Android. 


Stock Android 4.4.4 ROM for Nexus 5 | Rooted!

Check Out the Video Below

Google recently released yet another Android update, this time it's Android version 4.4.4 KitKat. This latest version is just a minor update which helps fix security bugs. 

With many people including me that have a rooted Nexus 5 you can't wait for an OTA update. Instead we can easily flash this stock Android 4.4.4 ROM that also comes rooted for the Nexus 5. 

This is a much better option since it's the exact same as stock Android 4.4.4, but it comes rooted and you don't need to unroot, update, and re-root. All you need to do is download the stock ROM (linked below), enter into CWM/TWRP recovery, wipe, and flash the ROM. 

Elix-R ROM for Nexus 5! Fast | Elegant | Simple

Check out the video below!

Elix-R ROM for the Nexus 5 is a simple, elegant, and fast ROM that is based off of Android 4.4.2 Paranoid Android beta 1. This means that you get some nice Paranoid Android features like the Notification Peek and the PIE Control with some nice enhancements from the Elix-R side of the ROM. 

This ROM includes the newly added Notification Peek that acts the same if not better than the Moto X Active Display, PIE Control, improved battery and performance from the included ElementalX custom kernel. 

Elix-R ROM also includes a couple of nice apps like Viper4Android for sound enhancements, CyanogenMod Documents, and my favorite the Motorola Galley app. This app is a very clean and an easy way to navigate between your photos.

Download Elix-R ROM for the Nexus 5 using the link below!

Download Elix-R ROM for Nexus 5

Credits - XDA
-----------------------------------------------------------------------------------------------------------------------------
Need Help With Your Android Device? Follow Me / Add Me / Like Me 
Twitter 
Facebook 
Google Plus
-----------------------------------------------------------------------------------------------------------------------------
Check Out Our YouTube Channel For More Great Guides! 
YouTube and Subscribe
-----------------------------------------------------------------------------------------------------------------------------
Nexus 5 FAQ 
How to Root Nexus 5! 
How to Unroot Nexus 5!
How to Install Custom ROMS on Nexus 5!
Please Check Out The Nexus 5 FAQ Section Before Commenting!
-----------------------------------------------------------------------------------------------------------------------------

CandyKat ROM & Sweetener Packs for Nexus 5!

Check out the video below!

CandyKat ROM for the Nexus 5 is a pretty sweet ROM for a couple of a reasons, but the main reason that you should be leaving your current custom ROM and crossing over to CandyKat ROM is the Sweetener Pack 1 and Pack 2. 

These 2 packs makes customizing your battery, navigation bar, navigation bar after effect, lockscreen lock, WiFi icon, data icon, and so much more super easy! After flashing the ROM and gapps flash both the packs and you will be entered into a Aroma Installer like view to pick and choose!

You have a large range to choose for each section. On top of that very cool customization for your Nexus 5 you also get your "basic" custom ROM options within settings! 

Download CandyKat ROM for Nexus 5 using the links below!  

Download CandyKat ROM
Download Sweetener Pack 1
Download Sweetener Pack 2
Download Gapps

Credits - XDA
-----------------------------------------------------------------------------------------------------------------------------
Need Help With Your Android Device? Follow Me / Add Me / Like Me 
Twitter 
Facebook 
Google Plus
-----------------------------------------------------------------------------------------------------------------------------
Check Out Our YouTube Channel For More Great Guides! 
YouTube and Subscribe
-----------------------------------------------------------------------------------------------------------------------------
Nexus 5 FAQ 
How to Root Nexus 5! 
How to Unroot Nexus 5!
How to Install Custom ROMS on Nexus 5!
Please Check Out The Nexus 5 FAQ Section Before Commenting!
-----------------------------------------------------------------------------------------------------------------------------

Purity ROM for Nexus 5!

Check out the video below!

Purity ROM for the Nexus 5 is a fast stable ROM that offers a few functionality enhancements to your Android device. Purity ROM has been out in the Android community since the Galaxy Nexus times and it's still growing strong with it running on the Nexus 5. 

Some features include double tap the status bar to put your phone to sleep, slide your finger across the status bar to adjust screen brightness, quick launch shortcuts that can be accessed by swiping up from the home button, and my favorite, the camera option in quick settings!

Adding camera in quick settings allows you to launch the camera all within the actual quick settings, making it much easier and faster to take a quick picture before it's too late! Just tap on the camera tile and it launches within a second. Be sure to try out Purity ROM for the Nexus 5! 

Download Purity ROM for the Nexus 5 using the links below!

Download Purity ROM for Nexus 5
Download Gapps
Credits - XDA
-----------------------------------------------------------------------------------------------------------------------------
Need Help With Your Android Device? Follow Me / Add Me / Like Me 
Twitter 
Facebook 
Google Plus
-----------------------------------------------------------------------------------------------------------------------------
Check Out Our YouTube Channel For More Great Guides! 
YouTube and Subscribe
-----------------------------------------------------------------------------------------------------------------------------
Nexus 5 FAQ 
How to Root Nexus 5! 
How to Unroot Nexus 5!
How to Install Custom ROMS on Nexus 5!
Please Check Out The Nexus 5 FAQ Section Before Commenting!
-----------------------------------------------------------------------------------------------------------------------------